Keysight Pathwave 89600 VSA .NET API
WaitForMeasurementsDone(IEnumerable<Measurement>,Int32) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > MeasurementCollection Class > WaitForMeasurementsDone Method : WaitForMeasurementsDone(IEnumerable<Measurement>,Int32) Method


measurements
The list of measurements to wait until complete.
msTimeout
The number of milliseconds to wait.

Glossary Item Box

Wait for all of the specified measurements to complete.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Sub WaitForMeasurementsDone( _
   ByVal measurements As IEnumerable(Of Measurement), _
   ByVal msTimeout As Integer _
) 
C# 
public virtual void WaitForMeasurementsDone( 
   IEnumerable<Measurement> measurements,
   int msTimeout
)
C++/CLI 
public:
virtual void WaitForMeasurementsDone( 
   IEnumerable<Measurement^>^ measurements,
   int msTimeout
) 

Parameters

measurements
The list of measurements to wait until complete.
msTimeout
The number of milliseconds to wait.

Exceptions

ExceptionDescription
System.TimeoutExceptionA TimeoutException will be thrown if all of the specified measurements are not complete within the specified number of milliseconds.

Remarks

For non-averaged measurements, one cycle is all that is required. For averaged measurements, the average must complete.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 15.0

See Also